home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'PSP 7 Preset Converter',
- 'Copyright': '',
- 'Description': '1 Up Lights preset',
- 'Host': 'Paint Shop Pro 8',
- 'Host Version': '8.00',
- }
-
- def Preset_Lights():
- return {
- 'GeneralSettings': {
- 'AutoActionMode': 0,
- 'ExecutionMode': 0
- },
- 'Lights': ((1, (200, 200, 200), (0, 14, 34, 300, 50, 25, 20, 0)), (0, (200, 200, 70), (-70, 10, 100, 245, 45, 1, 100, 28)), (0, (200, 70, 70), (10, 200, 100, 28, 0, 89, 100, 45)), (0, (0, 70, 10), (200, 65, 28, 45, 100, 89, 100, 0)), (0, (0, 10, 65), (200, 28, 45, 1, 0, 1, 90, 0))),
- 'SelButton': 0,
- 'Darkness': 60,
- }
-
- def Do(Environment):
- App.Do(Environment, 'Lights', Preset_Lights())
-